home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Gekkan Dennou Club 147
/
Gekkan Dennou Club - 2000.8 Vol. 147 (Japan).7z
/
Gekkan Dennou Club - 2000.8 Vol. 147 (Japan) (Track 1).bin
/
fdimg
/
oh!.2hd
/
OH!DEN_B.LZH
/
TOOLS
/
CDC
/
CDCSXSRC.LZH
/
LBSRC.LZH
/
WORK.INC
< prev
Wrap
Text File
|
1995-03-20
|
2KB
|
120 lines
*━━━□ □━━━*
*
* ワーク定義ファイル 1995.03.10
*
* (C)You Utzse/電脳魔術団/Mankaiseisakujo/1995
*━━━□ □━━━*
.nlist
.include SCROLL.H
*━━━□ スタックサイズ □━━━*
STKSIZE = 4*1024
*━━━□ ワークの内容の定義 □━━━*
.offset 0
cmdLine: ds.l 1 *コマンドラインのアドレスを保存
envPtr: ds.l 1 *環境のアドレスを保存
winRect: ds.l 2 *ウィンドウレクタングルレコード
paramFlg: ds.w 1 *コマンドラインの解析結果を示すフラグ
argTbl: ds.l 1 *パラメータテーブルのアドレスが入る
clr_top: *ワークメモリ初期化の開始位置
eventRec: *イベントレコードの先頭
eventRec_what: ds.w 1 *イベントコード
eventRec_whom1: ds.w 1 *第1引数
eventRec_whom1L: ds.w 1
eventRec_when: ds.l 1 *イベント発生時間
eventRec_whom2: ds.l 1 *第2引数
eventRec_ShiftBit:
eventRec_what2: ds.w 1 *タスクマネージャイベントの種類
eventRec_taskID:
ds.w 1 *送り手のタスクID
eventMask: ds.w 1 *イベントマスクを保存
taskID: ds.l 1 *タスクIDを保存
winPtr: ds.b $72 *ウィンドウレコードを作成するバッファ
winActive: ds.w 1 *ウィンドウアクティブフラグ
my_path: ds.b 92 *パス
my_len: ds.b 1 *タスク名LASCII文字列用
my_name: ds.b 19 *タスク名
my_file: ds.b 24 *ファイル名
*940211
S_event: ds.l 1 *メイン以外のウィンドウに回すためのイベントコード
*940220追加
my_prgPtr: ds.l 1 *自分のタスクのプログラムエリアのアドレス
*940328追加
StupChk: ds.l 1 *スタートアッププログラムとして起動されたか
now_mpt: ds.l 2 *左クリック時のローカル座標のワーク
MS_locate: ds.l 1 *ローカル座標ワーク用のテンポラリ
MS_time: ds.l 1 * 〃
D_Click: ds.l 2 *ダブルクリックフラグ
SW_Flag:
ds.b 28 *オプションスイッチのワーク
SW_WORK:
ds.w 27 *オプションスイッチ付きの数値データ(short)
ParID: ds.w 1 *親ウィンドウのID
eventCom: ds.b TsEvnt
*━━━□ アプリケーションワーク □━━━*
Sc1work: ds.w SCSIZE
TtlHdl: ds.l 1
Ttlargc: ds.l 1
CD_COUNTER: ds.l 1
b1Hdl: ds.l 1
b2Hdl: ds.l 1
b3Hdl: ds.l 1
b5Hdl: ds.l 1
checkingttl: ds.w 1
PrgHdl: ds.l 1
PrgstrPtr: ds.l 1
Prgstr: ds.b 400
TRACKmax: ds.l 1
*CDroute: ds.l 1
*━━━□ アプリケーションワークの終わり □━━━*
clr_end: *ワークメモリを初期化の終了位置
WORKSIZE: * ワークの終了
*━━━□ コモンエリアサイズ □━━━*
.offset 0
Cclr_top:
COMMONSIZE: * コモンエリアの終了
.text
.list